home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / dps / tbciv26.lha / tbc-iv.doc < prev    next >
Text File  |  1994-07-15  |  3KB  |  121 lines

  1. New:    Removed DEVICE,UNIT,BAUD from icon tooltype
  2.     Added gadgets to prefs: serial device, unit, baud, PAR/Serial
  3.  
  4. Icon ToolType defaults:
  5.     BUTTON=ON    - all but VT-3000
  6.     TBC1=TBC 1 \
  7.     TBC2=TBC 2  \__ not in V-Scope or router
  8.     TBC3=TBC 3  /
  9.     TBC4=TBC 4 /
  10.     ROUTER1=Ch-1
  11.     ROUTER2=Ch-2
  12.     ROUTER3=Ch-3
  13.     ROUTER4=Ch-4
  14.     ROUTER5=Ch-5
  15.     ROUTER6=Ch-6
  16.     ROUTER7=Ch-7
  17.     ROUTER8=Ch-8
  18.     OPTION=ON|OFF    - TBC-IV only
  19.  
  20. Command line works the same as tooltypes with additions:
  21.  
  22.     FILE=<filename>  - Use a file to set TBC's/V-Scope and then exit
  23.     NOSCREEN
  24.  
  25.     (quotes are needed if there is a space in the argument i.e. "TBC1=TBC 1")
  26.  
  27.  
  28. ARexx specifications for the TBC-IV
  29.  
  30. Address: TBC
  31.  
  32. Command summary:
  33.  
  34. Option board commands
  35.  
  36. Command         Argument(s)                Result
  37. ~~~~~~~         ~~~~~~~~~~~                ~~~~~~
  38. CHNR        [ OFF | ON ]                OFF or ON
  39. LUNR        [ OFF | ON ]                OFF or ON
  40.  
  41. CAV        [ BETACAM | MII ]            BETACAM or MII
  42. FILTER        [ COMB | NOTCH ]            COMB or NOTCH
  43.  
  44.  
  45. Command         Argument(s)                Result
  46. ~~~~~~~         ~~~~~~~~~~~                ~~~~~~
  47. TBC        [ 1-4 | MASTER | ALL ]            [ 1-4 | ALL ]
  48. UNITY        <no args>
  49. INPUT        [ COMPOSITE/NTSC | SVIDEO/SVHS ]    [ COMPOSITE | SVIDEO ]
  50. FREEZE        [ ON | OFF ]                [ ON | OFF ]
  51. VIDEO        70.0 to 130.0                70.0 to 130.0
  52. BLACK        -22.5 to +37.3                -22.5 to +37.3
  53. CHROMA        50.0 to 150.0                50.0 to 150.0
  54. HUE        -45.0 to +45.0                -45.0 to +45.0
  55. HPOS    
  56. HORIZONTAL    -1.00 to +1.00                -1.00 to +1.00
  57. COARSE        -4.47 to +4.33                -4.47 to +4.33
  58. SUB        0.0 to 180.0    (was FINE in III)    0.0 to 180.0
  59. RED        -40.0 to +40.0                -40.0 to +40.0
  60. BLUE        -40.0 to +40.0                -40.0 to +40.0
  61. RECALL        1 to 10
  62. STORE        1 to 10
  63. STROBE        0 to 127                0 to 127
  64. FMODE        [ FRAME | FIELD | STROBE | FILM ]    <<- returns same
  65. UNDO        <no args>
  66. QUIT        <no args>
  67. LOAD        <name> (will be "S:TBCIV.Defaults" if no name given)
  68. SAVE        <name> (will be "S:TBCIV.Defaults" if no name given)
  69. BURST        [ OFF | ON ]                OFF or ON
  70. COMBfilter    [ OFF | ON ]                OFF or ON
  71. FIELD        1 to 3                    1 to 3
  72. FORCEblack    [ OFF | ON ]                OFF or ON
  73. GMODE        [ INT | EXT ]                INT or EXT
  74. HOTSWITCH    [ OFF | ON ]                OFF or ON
  75. MONO        [ OFF | ON ]                OFF or ON
  76. TERMINATION    [ OFF | ON ]                OFF or ON
  77. VBLANK        [ NARROW | WIDE ]            NARROW or WIDE
  78. VERSION     <no args>                [ PersonalTBC-IV Vx.x ]
  79. YCDELAY     horiz vert                number number
  80. KEYINPUT    [ ON | OFF ]                OFF or ON
  81. KEYMODE     [VIDEO|BLACK|CHROMA|HUE|HORIZ|BLUE|RED] <<-returns one
  82.  
  83. PROCAMP     [1-10] [video black chroma hue horiz blue red] <<- returns same
  84.  
  85. TOFRONT     <no args>    pops to front/closes switcher
  86. TOBACK        <no args>    pops screen to back
  87. TOSWITCHER    <no args>    opens switcher if it's running
  88. TOPROCAMP     <no args>    swicthes to proc amp screen
  89. TOBALANCE    <no args>    switches to balance screen
  90. TOWB        <no args>    pops workbench to front
  91.  
  92. WAIT        <numbers of frames>
  93.  
  94. SEND        For test purposes only (sends binary data)
  95.           i.e. SEND 'F06700013030F7'x
  96.  
  97. SERDEV        [name.device] (defautl: serial.device)        name.device
  98. SERUNIT     [number] (default: 0)                number
  99. SERBAUD     [ 9600 | 31250 ]                9600 or 31250
  100. SERPAR        [ OFF | ON ]                    OFF or ON
  101.  
  102.  
  103. V-Scope
  104. ~~~~~~~
  105. ANALIZER    [VECTOR|WAVE|OVERLAY|SPLIT] [1H|2H]    <<- returns same
  106. EXCITER     [NORMAL|FREEZE|PEAK|VARIABLE]        <<- returns same
  107. RESPONSE    [ FLAT | LOWPASS ]            [ FLAT | LOWPASS ]
  108. RATE        [ 2 to 127 ]                2 to 127
  109. SUPERIMPOSE    [ ON | OFF ]                [ ON | OFF ]
  110.  
  111.  
  112. Router
  113. ~~~~~~
  114. ROUTER        [1 to 8]    Current router
  115. INPUT4        [1 to 4]    Set 4x1 input
  116. INPUT8        [1 to 8]    Set 8x1 input
  117. BUS        [4 or 8]    Set BUS output
  118. BNC        [4 or 8]    Set BNC output
  119.  
  120.  
  121.